Nevron .NET Vision
Nevron.Editors Namespace / NAppearanceStyleButton<T> Class / CreateDefaultStyle Method


In This Topic
    CreateDefaultStyle Method (NAppearanceStyleButton<T>)
    In This Topic
    Creates a default style for the purpose of automatic editing
    Syntax
    'Declaration
     
    
    Protected MustOverride Function CreateDefaultStyle() As T
    'Usage
     
    
    Dim instance As NAppearanceStyleButton(Of T)
    Dim value As T
     
    value = instance.CreateDefaultStyle()
    protected abstract T CreateDefaultStyle()
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also